Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Sort Method / Sort(SortOrientation,Boolean,IValueSortField[]) Method
The orientation.
if set to true [case sensitive].
The SortFieldBase array.
In This Topic
    Sort(SortOrientation,Boolean,IValueSortField[]) Method
    In This Topic
    Sorts the cells represented by this range according to the specified options.
    Syntax
    void Sort( 
       SortOrientation orientation,
       System.bool caseSensitive,
       params IValueSortField[] keys
    )

    Parameters

    orientation
    The orientation.
    caseSensitive
    if set to true [case sensitive].
    keys
    The SortFieldBase array.
    See Also